2016-02-18 - 24918 - Break Fix - Monitor Messages for SAP Jobs Change BIELS program #ProductionBreakFix #MMPPSupport

2016-02-18 - 24918 - Service Request - BIELS Program Change.


Problem Summary


Monitor Messages for SAP Jobs

Admin Info


Purpose
Monitor Messages for SAP Jobs
Requested by
Jeffrey Mau
Issue Date
02-23-2016
Resolved by
Venkat, Prudvi, Adithya
Resolved Date
02-25-2016
Document Status
Complete

Detailed Problem Description

(Include Screen Shots if required )

Cap has identified jobs that show cancelled, that ended normally. Programically monitor these messages to show that the jobs completed without error to assist Cap in monitoring our system errors.

Change BIELS program "ZIPP_BIEHLS_TO_SAP" so as if there is no input file in input application path and when the program is scheduled in background the job shall not be cancelled and it shall be finished with message in spool "There are no files in the input"

Solution Analysis and Recommendations

(Include Screen Shots if required)

Change BIELS program : "ZIPP_BIEHLS_TO_SAP" so that when scheduled in background and if there is no input file for the program then the job shall not go to cancelled status instead it shall be finished.
Program Changes are done to finish job (Instead of Cancel ) if No files in given directory.

There are some more errors for which JOB may get cancel,

1) No Authorization to read the Files from the directory.
2) Read from the directory failed.
3) Too Many Reading errors from directory .

Resolution



Exception commented in program to finish job (Instead of Cancelled ) if NO files in given directory.

Release Information


Provide link here to Release Notes if Technical Objects were changed